projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
34ea191
)
docs: add field descriptions for GtkSettingsValue
author
William Jon McCann
<william.jon.mccann@gmail.com>
Tue, 21 Jan 2014 01:27:15 +0000
(20:27 -0500)
committer
William Jon McCann
<william.jon.mccann@gmail.com>
Tue, 21 Jan 2014 18:33:11 +0000
(13:33 -0500)
gtk/gtksettings.h
patch
|
blob
|
history
diff --git
a/gtk/gtksettings.h
b/gtk/gtksettings.h
index b6a13dc37285201afb3d896d884c489bda2e9252..c58396fc4ddaa127d46796f70f5c7e0026cc5970 100644
(file)
--- a/
gtk/gtksettings.h
+++ b/
gtk/gtksettings.h
@@
-63,6
+63,13
@@
struct _GtkSettingsClass
void (*_gtk_reserved4) (void);
};
+/**
+ * GtkSettingsValue:
+ * @origin: Origin should be something like "filename:linenumber" for
+ * rc files, or e.g. "XProperty" for other sources.
+ * @value: Valid types are LONG, DOUBLE and STRING corresponding to
+ * the token parsed, or a GSTRING holding an unparsed statement
+ */
struct _GtkSettingsValue
{
/* origin should be something like "filename:linenumber" for rc files,